Get packages & executable files. FFmpeg only provides source code. Below are some links that provide it already compiled and ready to go. FFmpeg's Git · Master · Old releases · Donations
A complete, cross-platform solution to record, convert and stream audio and video. Download Converting video and audio has never been so easy. Download FFmpeg · FFmpeg coverage · FFmpeg's Git · Ffmpeg-devel Info Page
I am developing application to save any online webinar(video or audio) given the url using ffmpeg library. Url usually contain other contents like text, images ...
ffmpeg -i http://host/folder/file.m3u8 -c copy file.mp4 The resulting file.mp4 is always a video of different length -- sometimes 20min, sometimes, 15min, ...